Uses of Interface
com.seclore.fs.ws.client.pscp.Config

Packages that use Config
Package
Description
 
  • Uses of Config in com.seclore.fs.ws.client.pscp

    Methods in com.seclore.fs.ws.client.pscp with parameters of type Config
    Modifier and Type
    Method
    Description
    PSConnection.getInstance(String pPoolId, boolean pIsPooledConnection, Config pConfig, String pURL, CryptoHandler pCryptoHandler)
    This method returns the instance of PSConnection.
    In the process of returning the connection,it will first try with the given url.
    If connection fails with the given url,it will enumerate all the configured urls in the server details implementation and tries to get connection with each of them.
    finally it returns the successful connection with url or null if connection is not successful with any configured url.
    PSConnectionPool.newInstance(String pHSHelperInstanceId, Config pConfig, CryptoHandler pCryptoHandler)
    Returns new object of PSConnectionpool.